Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)
commite2377e6bad954aeaa7a3487fb7f0152c822e401c
treef534be51c3c075d3d143cf363cd6086fdaa64c86
parent657e8371e6931e79830e352e4600ac72cf48ca5b
Allow some numba errors on non-amd64, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/core/window/numba_.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/window/test_apply.py
pandas/tests/window/test_numba.py